getZoneFromTextID

Module: dggal
Class: DGGRS

DGGRSZone getZoneFromTextID(const String zoneID)

Description

Return the DGGRS zone associated with a textual identifier

Parameters

zoneID  const String  The textual zone identifier 
 
Return Value DGGRSZone  The DGGRS zone associated with the textual identifier (nullZone if textual identifier is invalid) 

Example

ISEA3H isea3H { };
DGGRSZone zone = isea3H.getZoneFromTextID("A4-0-A");

See Also


nullZone